Html Css Color HEX #C5E5FF Pattens Blue

📋 copy color: '#C5E5FF'

red 197 ◦ green 229 ◦ blue 255

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

Shades of Pattens Blue #C5E5FF

Tints of Pattens Blue #C5E5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.44%

R = 28.93%
G = 33.63%
B = 37.44%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5E5FF (or 0xC5E5FF) is known color: Pattens Blue. HEX triplet: C5, E5 and FF. RGB value is (197,229,255). Sum of RGB (Red+Green+Blue) = 197+229+255=681 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.93% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E5FF is #3A1A00. Grayscale: #DEDEDE. Windows color (decimal): -3807745 or 16770501. OLE color: 16770501.

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

Color convert

RGB 197 229 255 -
CMYK 0.23 0.10 0 0
HSL 206.9º 1% 0.89% -
HSV(B) 206.9º 0.23% 1% -
XYZ 69.1 75.13 105.47 -
YUV 222.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 197 229 255 0.23 0.10 0 0 206.9 1 0.89
Hex C5 E5 FF 17 A 0 0 CF 64 59
Octal 305 345 377 27 12 0 0 317 144 131
Binary 11000101 11100101 11111111 10111 1010 0 0 11001111 1100100 1011001

Color Harmonies of #C5E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E5FF

Black with #C5E5FF

Text Example


Text Example

White with #C5E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E5FF; }

 p { color: rgb(197,229,255); }

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

background-color css

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

 a { background-color: rgb(197,229,255); }

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

border-color css

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

 span { border-color: rgb(197,229,255); }

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