Html Css Color HEX #30BBEF Summer Sky

📋 copy color: '#30BBEF'

red 48 ◦ green 187 ◦ blue 239

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

Shades of Summer Sky #30BBEF

Tints of Summer Sky #30BBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 10.13%
G = 39.45%
B = 50.42%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#30BBEF (or 0x30BBEF) is known color: Summer Sky. HEX triplet: 30, BB and EF. RGB value is (48,187,239). Sum of RGB (Red+Green+Blue) = 48+187+239=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #30BBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BBEF is #CF4410. Grayscale: #979797. Windows color (decimal): -13583377 or 15711024. OLE color: 15711024.

HSL color Cylindrical-coordinate representation of color #30BBEF: hue angle of 196.34º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BBEF is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 187 239 -
CMYK 0.80 0.22 0 0.06
HSL 196.34º 0.86% 0.56% -
HSV(B) 196.34º 0.8% 0.94% -
XYZ 34.57 42.4 88.02 -
YUV 151.37 177.45 54.27 -
System Red Green Blue C M Y K H S L
Decimal 48 187 239 0.80 0.22 0 0.06 196.34 0.86 0.56
Hex 30 BB EF 50 16 0 6 C4 56 38
Octal 60 273 357 120 26 0 6 304 126 70
Binary 110000 10111011 11101111 1010000 10110 0 110 11000100 1010110 111000

Color Harmonies of #30BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBEF

Black with #30BBEF

Text Example


Text Example

White with #30BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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