Html Css Color HEX #9CAFF9 Perano

📋 copy color: '#9CAFF9'

red 156 ◦ green 175 ◦ blue 249

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

Shades of Perano #9CAFF9

Tints of Perano #9CAFF9

RGB

 RED value IS 156 (61.33% from 255) = 26.9%

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

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 26.9%
G = 30.17%
B = 42.93%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9CAFF9 (or 0x9CAFF9) is known color: Perano. HEX triplet: 9C, AF and F9. RGB value is (156,175,249). Sum of RGB (Red+Green+Blue) = 156+175+249=580 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.90% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #9CAFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAFF9 is #635006. Grayscale: #B1B1B1. Windows color (decimal): -6508551 or 16363420. OLE color: 16363420.

HSL color Cylindrical-coordinate representation of color #9CAFF9: hue angle of 227.74º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CAFF9 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 175 249 -
CMYK 0.37 0.30 0 0.02
HSL 227.74º 0.89% 0.79% -
HSV(B) 227.74º 0.37% 0.98% -
XYZ 46.14 44.57 95.79 -
YUV 177.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 156 175 249 0.37 0.30 0 0.02 227.74 0.89 0.79
Hex 9C AF F9 25 1E 0 2 E4 59 4F
Octal 234 257 371 45 36 0 2 344 131 117
Binary 10011100 10101111 11111001 100101 11110 0 10 11100100 1011001 1001111

Color Harmonies of #9CAFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAFF9

Black with #9CAFF9

Text Example


Text Example

White with #9CAFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CAFF9; }

 p { color: rgb(156,175,249); }

 H1.HeaderClassName
 {
   color: #9CAFF9;
 }
 .AnyTagClassName
 {
   color: #9CAFF9;
 }
</style>

background-color css

<style>
 a { background-color: #9CAFF9; }

 a { background-color: rgb(156,175,249); }

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

border-color css

<style>
 span { border-color: #9CAFF9; }

 span { border-color: rgb(156,175,249); }

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