Html Css Color HEX #C9E6FE Pattens Blue

📋 copy color: '#C9E6FE'

red 201 ◦ green 230 ◦ blue 254

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

Shades of Pattens Blue #C9E6FE

Tints of Pattens Blue #C9E6FE

RGB

 RED value IS 201 (78.91% from 255) = 29.34%

 GREEN value IS 230 (90.23% from 255) = 33.58%

 BLUE value IS 254 (99.61% from 255) = 37.08%

R = 29.34%
G = 33.58%
B = 37.08%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9E6FE (or 0xC9E6FE) is known color: Pattens Blue. HEX triplet: C9, E6 and FE. RGB value is (201,230,254). Sum of RGB (Red+Green+Blue) = 201+230+254=685 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.34% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9E6FE is #361901. Grayscale: #DFDFDF. Windows color (decimal): -3545346 or 16705225. OLE color: 16705225.

HSL color Cylindrical-coordinate representation of color #C9E6FE: hue angle of 207.17º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9E6FE is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 230 254 -
CMYK 0.21 0.09 0 0.00
HSL 207.17º 0.96% 0.89% -
HSV(B) 207.17º 0.21% 1% -
XYZ 70.27 76.17 104.76 -
YUV 224.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 201 230 254 0.21 0.09 0 0.00 207.17 0.96 0.89
Hex C9 E6 FE 15 9 0 0 CF 60 59
Octal 311 346 376 25 11 0 0 317 140 131
Binary 11001001 11100110 11111110 10101 1001 0 0 11001111 1100000 1011001

Color Harmonies of #C9E6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E6FE

Black with #C9E6FE

Text Example


Text Example

White with #C9E6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E6FE; }

 p { color: rgb(201,230,254); }

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

background-color css

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

 a { background-color: rgb(201,230,254); }

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

border-color css

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

 span { border-color: rgb(201,230,254); }

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