Html Css Color HEX #30CEFC Summer Sky

📋 copy color: '#30CEFC'

red 48 ◦ green 206 ◦ blue 252

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

Shades of Summer Sky #30CEFC

Tints of Summer Sky #30CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.71%

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 9.49%
G = 40.71%
B = 49.8%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#30CEFC (or 0x30CEFC) is known color: Summer Sky. HEX triplet: 30, CE and FC. RGB value is (48,206,252). Sum of RGB (Red+Green+Blue) = 48+206+252=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #30CEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CEFC is #CF3103. Grayscale: #A3A3A3. Windows color (decimal): -13578500 or 16567856. OLE color: 16567856.

HSL color Cylindrical-coordinate representation of color #30CEFC: hue angle of 193.53º degrees, saturation: 0.97, 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 #30CEFC is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 206 252 -
CMYK 0.81 0.18 0 0.01
HSL 193.53º 0.97% 0.59% -
HSV(B) 193.53º 0.81% 0.99% -
XYZ 40.86 51.8 99.94 -
YUV 164 177.65 45.26 -
System Red Green Blue C M Y K H S L
Decimal 48 206 252 0.81 0.18 0 0.01 193.53 0.97 0.59
Hex 30 CE FC 51 12 0 1 C2 61 3B
Octal 60 316 374 121 22 0 1 302 141 73
Binary 110000 11001110 11111100 1010001 10010 0 1 11000010 1100001 111011

Color Harmonies of #30CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEFC

Black with #30CEFC

Text Example


Text Example

White with #30CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,206,252); }

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

background-color css

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

 a { background-color: rgb(48,206,252); }

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

border-color css

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

 span { border-color: rgb(48,206,252); }

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