Html Css Color HEX #C9E5FD Pattens Blue

📋 copy color: '#C9E5FD'

red 201 ◦ green 229 ◦ blue 253

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

Shades of Pattens Blue #C9E5FD

Tints of Pattens Blue #C9E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.53%

 BLUE value IS 253 (99.22% from 255) = 37.04%

R = 29.43%
G = 33.53%
B = 37.04%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9E5FD (or 0xC9E5FD) is known color: Pattens Blue. HEX triplet: C9, E5 and FD. RGB value is (201,229,253). Sum of RGB (Red+Green+Blue) = 201+229+253=683 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.43% from 683); Green value is 229 (89.84% from 255 or 33.53% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E5FD is #361A02. Grayscale: #DFDFDF. Windows color (decimal): -3545603 or 16639433. OLE color: 16639433.

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

Color convert

RGB 201 229 253 -
CMYK 0.21 0.09 0 0.01
HSL 207.69º 0.93% 0.89% -
HSV(B) 207.69º 0.21% 0.99% -
XYZ 69.84 75.55 103.83 -
YUV 223.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 201 229 253 0.21 0.09 0 0.01 207.69 0.93 0.89
Hex C9 E5 FD 15 9 0 1 D0 5D 59
Octal 311 345 375 25 11 0 1 320 135 131
Binary 11001001 11100101 11111101 10101 1001 0 1 11010000 1011101 1011001

Color Harmonies of #C9E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E5FD

Black with #C9E5FD

Text Example


Text Example

White with #C9E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E5FD; }

 p { color: rgb(201,229,253); }

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

background-color css

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

 a { background-color: rgb(201,229,253); }

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

border-color css

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

 span { border-color: rgb(201,229,253); }

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