Html Css Color HEX #C5E9FD Pattens Blue

📋 copy color: '#C5E9FD'

red 197 ◦ green 233 ◦ blue 253

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

Shades of Pattens Blue #C5E9FD

Tints of Pattens Blue #C5E9FD

RGB

 RED value IS 197 (77.34% from 255) = 28.84%

 GREEN value IS 233 (91.41% from 255) = 34.11%

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

R = 28.84%
G = 34.11%
B = 37.04%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5E9FD (or 0xC5E9FD) is known color: Pattens Blue. HEX triplet: C5, E9 and FD. RGB value is (197,233,253). Sum of RGB (Red+Green+Blue) = 197+233+253=683 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.84% from 683); Green value is 233 (91.41% from 255 or 34.11% 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 #C5E9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E9FD is #3A1602. Grayscale: #E0E0E0. Windows color (decimal): -3806723 or 16640453. OLE color: 16640453.

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

Color convert

RGB 197 233 253 -
CMYK 0.22 0.08 0 0.01
HSL 201.43º 0.93% 0.88% -
HSV(B) 201.43º 0.22% 0.99% -
XYZ 69.89 77.24 104.15 -
YUV 224.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 197 233 253 0.22 0.08 0 0.01 201.43 0.93 0.88
Hex C5 E9 FD 16 8 0 1 C9 5D 58
Octal 305 351 375 26 10 0 1 311 135 130
Binary 11000101 11101001 11111101 10110 1000 0 1 11001001 1011101 1011000

Color Harmonies of #C5E9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E9FD

Black with #C5E9FD

Text Example


Text Example

White with #C5E9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E9FD; }

 p { color: rgb(197,233,253); }

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

background-color css

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

 a { background-color: rgb(197,233,253); }

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

border-color css

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

 span { border-color: rgb(197,233,253); }

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