Html Css Color HEX #8AD7F1 Sky Blue

📋 copy color: '#8AD7F1'

red 138 ◦ green 215 ◦ blue 241

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

Shades of Sky Blue #8AD7F1

Tints of Sky Blue #8AD7F1

RGB

 RED value IS 138 (54.3% from 255) = 23.23%

 GREEN value IS 215 (84.38% from 255) = 36.2%

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 23.23%
G = 36.2%
B = 40.57%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8AD7F1 (or 0x8AD7F1) is known color: Sky Blue. HEX triplet: 8A, D7 and F1. RGB value is (138,215,241). Sum of RGB (Red+Green+Blue) = 138+215+241=594 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.23% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #8AD7F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AD7F1 is #75280E. Grayscale: #C2C2C2. Windows color (decimal): -7677967 or 15849354. OLE color: 15849354.

HSL color Cylindrical-coordinate representation of color #8AD7F1: hue angle of 195.15º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AD7F1 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 215 241 -
CMYK 0.43 0.11 0 0.05
HSL 195.15º 0.79% 0.74% -
HSV(B) 195.15º 0.43% 0.95% -
XYZ 50.66 60.36 92.2 -
YUV 194.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 138 215 241 0.43 0.11 0 0.05 195.15 0.79 0.74
Hex 8A D7 F1 2B B 0 5 C3 4F 4A
Octal 212 327 361 53 13 0 5 303 117 112
Binary 10001010 11010111 11110001 101011 1011 0 101 11000011 1001111 1001010

Color Harmonies of #8AD7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD7F1

Black with #8AD7F1

Text Example


Text Example

White with #8AD7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AD7F1; }

 p { color: rgb(138,215,241); }

 H1.HeaderClassName
 {
   color: #8AD7F1;
 }
 .AnyTagClassName
 {
   color: #8AD7F1;
 }
</style>

background-color css

<style>
 a { background-color: #8AD7F1; }

 a { background-color: rgb(138,215,241); }

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

border-color css

<style>
 span { border-color: #8AD7F1; }

 span { border-color: rgb(138,215,241); }

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