Html Css Color HEX #30A6CB Summer Sky

📋 copy color: '#30A6CB'

red 48 ◦ green 166 ◦ blue 203

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

Shades of Summer Sky #30A6CB

Tints of Summer Sky #30A6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.81%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 11.51%
G = 39.81%
B = 48.68%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30A6CB (or 0x30A6CB) is known color: Summer Sky. HEX triplet: 30, A6 and CB. RGB value is (48,166,203). Sum of RGB (Red+Green+Blue) = 48+166+203=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #30A6CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A6CB is #CF5934. Grayscale: #868686. Windows color (decimal): -13588789 or 13346352. OLE color: 13346352.

HSL color Cylindrical-coordinate representation of color #30A6CB: hue angle of 194.32º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30A6CB is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 166 203 -
CMYK 0.76 0.18 0 0.20
HSL 194.32º 0.62% 0.49% -
HSV(B) 194.32º 0.76% 0.8% -
XYZ 25.63 32.21 61.37 -
YUV 134.94 166.41 65.99 -
System Red Green Blue C M Y K H S L
Decimal 48 166 203 0.76 0.18 0 0.20 194.32 0.62 0.49
Hex 30 A6 CB 4C 12 0 14 C2 3E 31
Octal 60 246 313 114 22 0 24 302 76 61
Binary 110000 10100110 11001011 1001100 10010 0 10100 11000010 111110 110001

Color Harmonies of #30A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A6CB

Black with #30A6CB

Text Example


Text Example

White with #30A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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