Html Css Color HEX #30AFEB Summer Sky

📋 copy color: '#30AFEB'

red 48 ◦ green 175 ◦ blue 235

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

Shades of Summer Sky #30AFEB

Tints of Summer Sky #30AFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 10.48%
G = 38.21%
B = 51.31%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#30AFEB (or 0x30AFEB) is known color: Summer Sky. HEX triplet: 30, AF and EB. RGB value is (48,175,235). Sum of RGB (Red+Green+Blue) = 48+175+235=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #30AFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AFEB is #CF5014. Grayscale: #8F8F8F. Windows color (decimal): -13586453 or 15445808. OLE color: 15445808.

HSL color Cylindrical-coordinate representation of color #30AFEB: hue angle of 199.25º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30AFEB is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 175 235 -
CMYK 0.80 0.26 0 0.08
HSL 199.25º 0.82% 0.55% -
HSV(B) 199.25º 0.8% 0.92% -
XYZ 31.54 37.29 84.13 -
YUV 143.87 179.42 59.62 -
System Red Green Blue C M Y K H S L
Decimal 48 175 235 0.80 0.26 0 0.08 199.25 0.82 0.55
Hex 30 AF EB 50 1A 0 8 C7 52 37
Octal 60 257 353 120 32 0 10 307 122 67
Binary 110000 10101111 11101011 1010000 11010 0 1000 11000111 1010010 110111

Color Harmonies of #30AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AFEB

Black with #30AFEB

Text Example


Text Example

White with #30AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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