Html Css Color HEX #30CBED Summer Sky

📋 copy color: '#30CBED'

red 48 ◦ green 203 ◦ blue 237

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

Shades of Summer Sky #30CBED

Tints of Summer Sky #30CBED

RGB

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

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

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

R = 9.84%
G = 41.6%
B = 48.57%

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

#30CBED (or 0x30CBED) is known color: Summer Sky. HEX triplet: 30, CB and ED. RGB value is (48,203,237). Sum of RGB (Red+Green+Blue) = 48+203+237=488 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.84% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #30CBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30CBED is #CF3412. Grayscale: #A0A0A0. Windows color (decimal): -13579283 or 15584048. OLE color: 15584048.

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

Color convert

RGB 48 203 237 -
CMYK 0.80 0.14 0 0.07
HSL 190.79º 0.84% 0.56% -
HSV(B) 190.79º 0.8% 0.93% -
XYZ 37.86 49.45 87.67 -
YUV 160.53 171.15 47.74 -
System Red Green Blue C M Y K H S L
Decimal 48 203 237 0.80 0.14 0 0.07 190.79 0.84 0.56
Hex 30 CB ED 50 E 0 7 BF 54 38
Octal 60 313 355 120 16 0 7 277 124 70
Binary 110000 11001011 11101101 1010000 1110 0 111 10111111 1010100 111000

Color Harmonies of #30CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CBED

Black with #30CBED

Text Example


Text Example

White with #30CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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