Html Css Color HEX #30CFED Summer Sky

📋 copy color: '#30CFED'

red 48 ◦ green 207 ◦ blue 237

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

Shades of Summer Sky #30CFED

Tints of Summer Sky #30CFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.07%

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 9.76%
G = 42.07%
B = 48.17%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30CFED (or 0x30CFED) is known color: Summer Sky. HEX triplet: 30, CF and ED. RGB value is (48,207,237). Sum of RGB (Red+Green+Blue) = 48+207+237=492 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.76% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #30CFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CFED is #CF3012. Grayscale: #A2A2A2. Windows color (decimal): -13578259 or 15585072. OLE color: 15585072.

HSL color Cylindrical-coordinate representation of color #30CFED: hue angle of 189.52º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30CFED is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 207 237 -
CMYK 0.80 0.13 0 0.07
HSL 189.52º 0.84% 0.56% -
HSV(B) 189.52º 0.8% 0.93% -
XYZ 38.82 51.37 87.99 -
YUV 162.88 169.82 46.06 -
System Red Green Blue C M Y K H S L
Decimal 48 207 237 0.80 0.13 0 0.07 189.52 0.84 0.56
Hex 30 CF ED 50 D 0 7 BE 54 38
Octal 60 317 355 120 15 0 7 276 124 70
Binary 110000 11001111 11101101 1010000 1101 0 111 10111110 1010100 111000

Color Harmonies of #30CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CFED

Black with #30CFED

Text Example


Text Example

White with #30CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,207,237); }

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

background-color css

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

 a { background-color: rgb(48,207,237); }

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

border-color css

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

 span { border-color: rgb(48,207,237); }

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