Html Css Color HEX #30AEFF Summer Sky

📋 copy color: '#30AEFF'

red 48 ◦ green 174 ◦ blue 255

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

Shades of Summer Sky #30AEFF

Tints of Summer Sky #30AEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 10.06%
G = 36.48%
B = 53.46%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#30AEFF (or 0x30AEFF) is known color: Summer Sky. HEX triplet: 30, AE and FF. RGB value is (48,174,255). Sum of RGB (Red+Green+Blue) = 48+174+255=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #30AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AEFF is #CF5100. Grayscale: #919191. Windows color (decimal): -13586689 or 16756272. OLE color: 16756272.

HSL color Cylindrical-coordinate representation of color #30AEFF: hue angle of 203.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30AEFF is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 174 255 -
CMYK 0.81 0.32 0 0
HSL 203.48º 1% 0.59% -
HSV(B) 203.48º 0.81% 1% -
XYZ 34.4 38.12 100.15 -
YUV 145.56 189.76 58.41 -
System Red Green Blue C M Y K H S L
Decimal 48 174 255 0.81 0.32 0 0 203.48 1 0.59
Hex 30 AE FF 51 20 0 0 CB 64 3B
Octal 60 256 377 121 40 0 0 313 144 73
Binary 110000 10101110 11111111 1010001 100000 0 0 11001011 1100100 111011

Color Harmonies of #30AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AEFF

Black with #30AEFF

Text Example


Text Example

White with #30AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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