Html Css Color HEX #30ABEE Summer Sky

📋 copy color: '#30ABEE'

red 48 ◦ green 171 ◦ blue 238

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

Shades of Summer Sky #30ABEE

Tints of Summer Sky #30ABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 10.5%
G = 37.42%
B = 52.08%

CMYK

 C value IS 0.80

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#30ABEE (or 0x30ABEE) is known color: Summer Sky. HEX triplet: 30, AB and EE. RGB value is (48,171,238). Sum of RGB (Red+Green+Blue) = 48+171+238=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #30ABEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ABEE is #CF5411. Grayscale: #8D8D8D. Windows color (decimal): -13587474 or 15641392. OLE color: 15641392.

HSL color Cylindrical-coordinate representation of color #30ABEE: hue angle of 201.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ABEE is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 171 238 -
CMYK 0.80 0.28 0 0.07
HSL 201.16º 0.85% 0.56% -
HSV(B) 201.16º 0.8% 0.93% -
XYZ 31.21 35.93 86.18 -
YUV 141.86 182.25 61.05 -
System Red Green Blue C M Y K H S L
Decimal 48 171 238 0.80 0.28 0 0.07 201.16 0.85 0.56
Hex 30 AB EE 50 1C 0 7 C9 55 38
Octal 60 253 356 120 34 0 7 311 125 70
Binary 110000 10101011 11101110 1010000 11100 0 111 11001001 1010101 111000

Color Harmonies of #30ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABEE

Black with #30ABEE

Text Example


Text Example

White with #30ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,171,238); }

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

background-color css

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

 a { background-color: rgb(48,171,238); }

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

border-color css

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

 span { border-color: rgb(48,171,238); }

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