Html Css Color HEX #C9E6FD Pattens Blue

📋 copy color: '#C9E6FD'

red 201 ◦ green 230 ◦ blue 253

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

Shades of Pattens Blue #C9E6FD

Tints of Pattens Blue #C9E6FD

RGB

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

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

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

R = 29.39%
G = 33.63%
B = 36.99%

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

#C9E6FD (or 0xC9E6FD) is known color: Pattens Blue. HEX triplet: C9, E6 and FD. RGB value is (201,230,253). Sum of RGB (Red+Green+Blue) = 201+230+253=684 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.39% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9E6FD is #361902. Grayscale: #DFDFDF. Windows color (decimal): -3545347 or 16639689. OLE color: 16639689.

HSL color Cylindrical-coordinate representation of color #C9E6FD: hue angle of 206.54º 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 #C9E6FD is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 230 253 -
CMYK 0.21 0.09 0 0.01
HSL 206.54º 0.93% 0.89% -
HSV(B) 206.54º 0.21% 0.99% -
XYZ 70.11 76.1 103.92 -
YUV 223.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 201 230 253 0.21 0.09 0 0.01 206.54 0.93 0.89
Hex C9 E6 FD 15 9 0 1 CF 5D 59
Octal 311 346 375 25 11 0 1 317 135 131
Binary 11001001 11100110 11111101 10101 1001 0 1 11001111 1011101 1011001

Color Harmonies of #C9E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9E6FD

Black with #C9E6FD

Text Example


Text Example

White with #C9E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9E6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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