Html Css Color HEX #30AECF Summer Sky

📋 copy color: '#30AECF'

red 48 ◦ green 174 ◦ blue 207

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

Shades of Summer Sky #30AECF

Tints of Summer Sky #30AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.56%

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

R = 11.19%
G = 40.56%
B = 48.25%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#30AECF (or 0x30AECF) is known color: Summer Sky. HEX triplet: 30, AE and CF. RGB value is (48,174,207). Sum of RGB (Red+Green+Blue) = 48+174+207=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #30AECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30AECF is #CF5130. Grayscale: #8B8B8B. Windows color (decimal): -13586737 or 13610544. OLE color: 13610544.

HSL color Cylindrical-coordinate representation of color #30AECF: hue angle of 192.45º 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 #30AECF is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 174 207 -
CMYK 0.77 0.16 0 0.19
HSL 192.45º 0.62% 0.5% -
HSV(B) 192.45º 0.77% 0.81% -
XYZ 27.62 35.41 64.41 -
YUV 140.09 165.76 62.32 -
System Red Green Blue C M Y K H S L
Decimal 48 174 207 0.77 0.16 0 0.19 192.45 0.62 0.5
Hex 30 AE CF 4D 10 0 13 C0 3E 32
Octal 60 256 317 115 20 0 23 300 76 62
Binary 110000 10101110 11001111 1001101 10000 0 10011 11000000 111110 110010

Color Harmonies of #30AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AECF

Black with #30AECF

Text Example


Text Example

White with #30AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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