Html Css Color HEX #30A8CC Summer Sky

📋 copy color: '#30A8CC'

red 48 ◦ green 168 ◦ blue 204

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

Shades of Summer Sky #30A8CC

Tints of Summer Sky #30A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40%

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 11.43%
G = 40%
B = 48.57%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#30A8CC (or 0x30A8CC) is known color: Summer Sky. HEX triplet: 30, A8 and CC. RGB value is (48,168,204). Sum of RGB (Red+Green+Blue) = 48+168+204=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #30A8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A8CC is #CF5733. Grayscale: #878787. Windows color (decimal): -13588276 or 13412400. OLE color: 13412400.

HSL color Cylindrical-coordinate representation of color #30A8CC: hue angle of 193.85º 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 #30A8CC is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 168 204 -
CMYK 0.76 0.18 0 0.2
HSL 193.85º 0.62% 0.49% -
HSV(B) 193.85º 0.76% 0.8% -
XYZ 26.12 32.99 62.12 -
YUV 136.22 166.24 65.07 -
System Red Green Blue C M Y K H S L
Decimal 48 168 204 0.76 0.18 0 0.2 193.85 0.62 0.49
Hex 30 A8 CC 4C 12 0 14 C2 3E 31
Octal 60 250 314 114 22 0 24 302 76 61
Binary 110000 10101000 11001100 1001100 10010 0 10100 11000010 111110 110001

Color Harmonies of #30A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A8CC

Black with #30A8CC

Text Example


Text Example

White with #30A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,168,204); }

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

background-color css

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

 a { background-color: rgb(48,168,204); }

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

border-color css

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

 span { border-color: rgb(48,168,204); }

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