Html Css Color HEX #30AFEF Summer Sky

📋 copy color: '#30AFEF'

red 48 ◦ green 175 ◦ blue 239

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

Shades of Summer Sky #30AFEF

Tints of Summer Sky #30AFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 10.39%
G = 37.88%
B = 51.73%

CMYK

 C value IS 0.80

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#30AFEF (or 0x30AFEF) is known color: Summer Sky. HEX triplet: 30, AF and EF. RGB value is (48,175,239). Sum of RGB (Red+Green+Blue) = 48+175+239=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #30AFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AFEF is #CF5010. Grayscale: #8F8F8F. Windows color (decimal): -13586449 or 15707952. OLE color: 15707952.

HSL color Cylindrical-coordinate representation of color #30AFEF: hue angle of 200.1º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30AFEF is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 175 239 -
CMYK 0.80 0.27 0 0.06
HSL 200.1º 0.86% 0.56% -
HSV(B) 200.1º 0.8% 0.94% -
XYZ 32.13 37.52 87.21 -
YUV 144.32 181.42 59.3 -
System Red Green Blue C M Y K H S L
Decimal 48 175 239 0.80 0.27 0 0.06 200.1 0.86 0.56
Hex 30 AF EF 50 1B 0 6 C8 56 38
Octal 60 257 357 120 33 0 6 310 126 70
Binary 110000 10101111 11101111 1010000 11011 0 110 11001000 1010110 111000

Color Harmonies of #30AFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFEF

Black with #30AFEF

Text Example


Text Example

White with #30AFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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