Html Css Color HEX #30CBEB Summer Sky

📋 copy color: '#30CBEB'

red 48 ◦ green 203 ◦ blue 235

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

Shades of Summer Sky #30CBEB

Tints of Summer Sky #30CBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.77%

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 9.88%
G = 41.77%
B = 48.35%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30CBEB (or 0x30CBEB) is known color: Summer Sky. HEX triplet: 30, CB and EB. RGB value is (48,203,235). Sum of RGB (Red+Green+Blue) = 48+203+235=486 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.88% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #30CBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CBEB is #CF3414. Grayscale: #A0A0A0. Windows color (decimal): -13579285 or 15452976. OLE color: 15452976.

HSL color Cylindrical-coordinate representation of color #30CBEB: hue angle of 190.27º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30CBEB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 203 235 -
CMYK 0.80 0.14 0 0.08
HSL 190.27º 0.82% 0.55% -
HSV(B) 190.27º 0.8% 0.92% -
XYZ 37.57 49.34 86.14 -
YUV 160.3 170.15 47.9 -
System Red Green Blue C M Y K H S L
Decimal 48 203 235 0.80 0.14 0 0.08 190.27 0.82 0.55
Hex 30 CB EB 50 E 0 8 BE 52 37
Octal 60 313 353 120 16 0 10 276 122 67
Binary 110000 11001011 11101011 1010000 1110 0 1000 10111110 1010010 110111

Color Harmonies of #30CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBEB

Black with #30CBEB

Text Example


Text Example

White with #30CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,203,235); }

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

background-color css

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

 a { background-color: rgb(48,203,235); }

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

border-color css

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

 span { border-color: rgb(48,203,235); }

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