Html Css Color HEX #30BCF2 Summer Sky

📋 copy color: '#30BCF2'

red 48 ◦ green 188 ◦ blue 242

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

Shades of Summer Sky #30BCF2

Tints of Summer Sky #30BCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.33%

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 10.04%
G = 39.33%
B = 50.63%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#30BCF2 (or 0x30BCF2) is known color: Summer Sky. HEX triplet: 30, BC and F2. RGB value is (48,188,242). Sum of RGB (Red+Green+Blue) = 48+188+242=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #30BCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30BCF2 is #CF430D. Grayscale: #979797. Windows color (decimal): -13583118 or 15907888. OLE color: 15907888.

HSL color Cylindrical-coordinate representation of color #30BCF2: hue angle of 196.7º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30BCF2 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 188 242 -
CMYK 0.80 0.22 0 0.05
HSL 196.7º 0.88% 0.57% -
HSV(B) 196.7º 0.8% 0.95% -
XYZ 35.23 43.01 90.45 -
YUV 152.3 178.62 53.61 -
System Red Green Blue C M Y K H S L
Decimal 48 188 242 0.80 0.22 0 0.05 196.7 0.88 0.57
Hex 30 BC F2 50 16 0 5 C5 58 39
Octal 60 274 362 120 26 0 5 305 130 71
Binary 110000 10111100 11110010 1010000 10110 0 101 11000101 1011000 111001

Color Harmonies of #30BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BCF2

Black with #30BCF2

Text Example


Text Example

White with #30BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,188,242); }

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

background-color css

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

 a { background-color: rgb(48,188,242); }

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

border-color css

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

 span { border-color: rgb(48,188,242); }

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