Html Css Color HEX #30CEED Summer Sky

📋 copy color: '#30CEED'

red 48 ◦ green 206 ◦ blue 237

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

Shades of Summer Sky #30CEED

Tints of Summer Sky #30CEED

RGB

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

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

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

R = 9.78%
G = 41.96%
B = 48.27%

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

#30CEED (or 0x30CEED) is known color: Summer Sky. HEX triplet: 30, CE and ED. RGB value is (48,206,237). Sum of RGB (Red+Green+Blue) = 48+206+237=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #30CEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CEED is #CF3112. Grayscale: #A2A2A2. Windows color (decimal): -13578515 or 15584816. OLE color: 15584816.

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

Color convert

RGB 48 206 237 -
CMYK 0.80 0.13 0 0.07
HSL 189.84º 0.84% 0.56% -
HSV(B) 189.84º 0.8% 0.93% -
XYZ 38.58 50.89 87.91 -
YUV 162.29 170.15 46.48 -
System Red Green Blue C M Y K H S L
Decimal 48 206 237 0.80 0.13 0 0.07 189.84 0.84 0.56
Hex 30 CE ED 50 D 0 7 BE 54 38
Octal 60 316 355 120 15 0 7 276 124 70
Binary 110000 11001110 11101101 1010000 1101 0 111 10111110 1010100 111000

Color Harmonies of #30CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEED

Black with #30CEED

Text Example


Text Example

White with #30CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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