Html Css Color HEX #30BBFD Summer Sky

📋 copy color: '#30BBFD'

red 48 ◦ green 187 ◦ blue 253

#30BBFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #30BBFD

Tints of Summer Sky #30BBFD

RGB

 RED value IS 48 (19.14% from 255) = 9.84%

 GREEN value IS 187 (73.44% from 255) = 38.32%

 BLUE value IS 253 (99.22% from 255) = 51.84%

R = 9.84%
G = 38.32%
B = 51.84%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30BBFD (or 0x30BBFD) is known color: Summer Sky. HEX triplet: 30, BB and FD. RGB value is (48,187,253). Sum of RGB (Red+Green+Blue) = 48+187+253=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #30BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BBFD is #CF4402. Grayscale: #989898. Windows color (decimal): -13583363 or 16628528. OLE color: 16628528.

HSL color Cylindrical-coordinate representation of color #30BBFD: hue angle of 199.32º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BBFD is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 187 253 -
CMYK 0.81 0.26 0 0.01
HSL 199.32º 0.98% 0.59% -
HSV(B) 199.32º 0.81% 0.99% -
XYZ 36.72 43.26 99.34 -
YUV 152.96 184.45 53.13 -
System Red Green Blue C M Y K H S L
Decimal 48 187 253 0.81 0.26 0 0.01 199.32 0.98 0.59
Hex 30 BB FD 51 1A 0 1 C7 62 3B
Octal 60 273 375 121 32 0 1 307 142 73
Binary 110000 10111011 11111101 1010001 11010 0 1 11000111 1100010 111011

Color Harmonies of #30BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBFD

Black with #30BBFD

Text Example


Text Example

White with #30BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30BBFD; }

 p { color: rgb(48,187,253); }

 H1.HeaderClassName
 {
   color: #30BBFD;
 }
 .AnyTagClassName
 {
   color: #30BBFD;
 }
</style>

background-color css

<style>
 a { background-color: #30BBFD; }

 a { background-color: rgb(48,187,253); }

 div.DivClassName
 {
   background-color: #30BBFD;
 }
 .BgClassName
 {
   background-color: #30BBFD;
 }
</style>

border-color css

<style>
 span { border-color: #30BBFD; }

 span { border-color: rgb(48,187,253); }

 td.TdClassName
 {
   border-color: #30BBFD;
 }
 .TagClassName
 {
   border-color: #30BBFD;
 }
</style>