Html Css Color HEX #30BFEF Summer Sky

📋 copy color: '#30BFEF'

red 48 ◦ green 191 ◦ blue 239

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

Shades of Summer Sky #30BFEF

Tints of Summer Sky #30BFEF

RGB

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

 GREEN value IS 191 (75% from 255) = 39.96%

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

R = 10.04%
G = 39.96%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#30BFEF (or 0x30BFEF) is known color: Summer Sky. HEX triplet: 30, BF and EF. RGB value is (48,191,239). Sum of RGB (Red+Green+Blue) = 48+191+239=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #30BFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BFEF is #CF4010. Grayscale: #999999. Windows color (decimal): -13582353 or 15712048. OLE color: 15712048.

HSL color Cylindrical-coordinate representation of color #30BFEF: hue angle of 195.08º 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 #30BFEF is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 191 239 -
CMYK 0.80 0.20 0 0.06
HSL 195.08º 0.86% 0.56% -
HSV(B) 195.08º 0.8% 0.94% -
XYZ 35.43 44.12 88.31 -
YUV 153.72 176.12 52.6 -
System Red Green Blue C M Y K H S L
Decimal 48 191 239 0.80 0.20 0 0.06 195.08 0.86 0.56
Hex 30 BF EF 50 14 0 6 C3 56 38
Octal 60 277 357 120 24 0 6 303 126 70
Binary 110000 10111111 11101111 1010000 10100 0 110 11000011 1010110 111000

Color Harmonies of #30BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BFEF

Black with #30BFEF

Text Example


Text Example

White with #30BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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