Html Css Color HEX #30CDEE Summer Sky

📋 copy color: '#30CDEE'

red 48 ◦ green 205 ◦ blue 238

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

Shades of Summer Sky #30CDEE

Tints of Summer Sky #30CDEE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.75%

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 9.78%
G = 41.75%
B = 48.47%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30CDEE (or 0x30CDEE) is known color: Summer Sky. HEX triplet: 30, CD and EE. RGB value is (48,205,238). Sum of RGB (Red+Green+Blue) = 48+205+238=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #30CDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CDEE is #CF3211. Grayscale: #A1A1A1. Windows color (decimal): -13578770 or 15650096. OLE color: 15650096.

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

Color convert

RGB 48 205 238 -
CMYK 0.80 0.14 0 0.07
HSL 190.42º 0.85% 0.56% -
HSV(B) 190.42º 0.8% 0.93% -
XYZ 38.48 50.46 88.6 -
YUV 161.82 170.99 46.82 -
System Red Green Blue C M Y K H S L
Decimal 48 205 238 0.80 0.14 0 0.07 190.42 0.85 0.56
Hex 30 CD EE 50 E 0 7 BE 55 38
Octal 60 315 356 120 16 0 7 276 125 70
Binary 110000 11001101 11101110 1010000 1110 0 111 10111110 1010101 111000

Color Harmonies of #30CDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDEE

Black with #30CDEE

Text Example


Text Example

White with #30CDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,205,238); }

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

background-color css

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

 a { background-color: rgb(48,205,238); }

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

border-color css

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

 span { border-color: rgb(48,205,238); }

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