Html Css Color HEX #30AFFF Summer Sky

📋 copy color: '#30AFFF'

red 48 ◦ green 175 ◦ blue 255

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

Shades of Summer Sky #30AFFF

Tints of Summer Sky #30AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 10.04%
G = 36.61%
B = 53.35%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#30AFFF (or 0x30AFFF) is known color: Summer Sky. HEX triplet: 30, AF and FF. RGB value is (48,175,255). Sum of RGB (Red+Green+Blue) = 48+175+255=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #30AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AFFF is #CF5000. Grayscale: #919191. Windows color (decimal): -13586433 or 16756528. OLE color: 16756528.

HSL color Cylindrical-coordinate representation of color #30AFFF: hue angle of 203.19º 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 #30AFFF is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 175 255 -
CMYK 0.81 0.31 0 0
HSL 203.19º 1% 0.59% -
HSV(B) 203.19º 0.81% 1% -
XYZ 34.6 38.51 100.22 -
YUV 146.15 189.42 58 -
System Red Green Blue C M Y K H S L
Decimal 48 175 255 0.81 0.31 0 0 203.19 1 0.59
Hex 30 AF FF 51 1F 0 0 CB 64 3B
Octal 60 257 377 121 37 0 0 313 144 73
Binary 110000 10101111 11111111 1010001 11111 0 0 11001011 1100100 111011

Color Harmonies of #30AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFFF

Black with #30AFFF

Text Example


Text Example

White with #30AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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