Html Css Color HEX #30ACCF Summer Sky

📋 copy color: '#30ACCF'

red 48 ◦ green 172 ◦ blue 207

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

Shades of Summer Sky #30ACCF

Tints of Summer Sky #30ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.28%

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 11.24%
G = 40.28%
B = 48.48%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30ACCF (or 0x30ACCF) is known color: Summer Sky. HEX triplet: 30, AC and CF. RGB value is (48,172,207). Sum of RGB (Red+Green+Blue) = 48+172+207=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #30ACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30ACCF is #CF5330. Grayscale: #8A8A8A. Windows color (decimal): -13587249 or 13610032. OLE color: 13610032.

HSL color Cylindrical-coordinate representation of color #30ACCF: hue angle of 193.21º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30ACCF is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 172 207 -
CMYK 0.77 0.17 0 0.19
HSL 193.21º 0.62% 0.5% -
HSV(B) 193.21º 0.77% 0.81% -
XYZ 27.23 34.64 64.28 -
YUV 138.91 166.42 63.15 -
System Red Green Blue C M Y K H S L
Decimal 48 172 207 0.77 0.17 0 0.19 193.21 0.62 0.5
Hex 30 AC CF 4D 11 0 13 C1 3E 32
Octal 60 254 317 115 21 0 23 301 76 62
Binary 110000 10101100 11001111 1001101 10001 0 10011 11000001 111110 110010

Color Harmonies of #30ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ACCF

Black with #30ACCF

Text Example


Text Example

White with #30ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,172,207); }

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

background-color css

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

 a { background-color: rgb(48,172,207); }

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

border-color css

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

 span { border-color: rgb(48,172,207); }

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