Html Css Color HEX #8ACCF1 Sky Blue

📋 copy color: '#8ACCF1'

red 138 ◦ green 204 ◦ blue 241

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

Shades of Sky Blue #8ACCF1

Tints of Sky Blue #8ACCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

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

R = 23.67%
G = 34.99%
B = 41.34%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8ACCF1 (or 0x8ACCF1) is known color: Sky Blue. HEX triplet: 8A, CC and F1. RGB value is (138,204,241). Sum of RGB (Red+Green+Blue) = 138+204+241=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ACCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACCF1 is #75330E. Grayscale: #BCBCBC. Windows color (decimal): -7680783 or 15846538. OLE color: 15846538.

HSL color Cylindrical-coordinate representation of color #8ACCF1: hue angle of 201.55º 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 #8ACCF1 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 204 241 -
CMYK 0.43 0.15 0 0.05
HSL 201.55º 0.79% 0.74% -
HSV(B) 201.55º 0.43% 0.95% -
XYZ 47.95 54.94 91.3 -
YUV 188.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 138 204 241 0.43 0.15 0 0.05 201.55 0.79 0.74
Hex 8A CC F1 2B F 0 5 CA 4F 4A
Octal 212 314 361 53 17 0 5 312 117 112
Binary 10001010 11001100 11110001 101011 1111 0 101 11001010 1001111 1001010

Color Harmonies of #8ACCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCF1

Black with #8ACCF1

Text Example


Text Example

White with #8ACCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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