Html Css Color HEX #C5E1FA Pattens Blue

📋 copy color: '#C5E1FA'

red 197 ◦ green 225 ◦ blue 250

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

Shades of Pattens Blue #C5E1FA

Tints of Pattens Blue #C5E1FA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.48%

 BLUE value IS 250 (98.05% from 255) = 37.2%

R = 29.32%
G = 33.48%
B = 37.2%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5E1FA (or 0xC5E1FA) is known color: Pattens Blue. HEX triplet: C5, E1 and FA. RGB value is (197,225,250). Sum of RGB (Red+Green+Blue) = 197+225+250=672 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.32% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5E1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E1FA is #3A1E05. Grayscale: #DBDBDB. Windows color (decimal): -3808774 or 16441797. OLE color: 16441797.

HSL color Cylindrical-coordinate representation of color #C5E1FA: hue angle of 208.3º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5E1FA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 225 250 -
CMYK 0.21 0.10 0 0.02
HSL 208.3º 0.84% 0.88% -
HSV(B) 208.3º 0.21% 0.98% -
XYZ 67.21 72.62 100.92 -
YUV 219.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 197 225 250 0.21 0.10 0 0.02 208.3 0.84 0.88
Hex C5 E1 FA 15 A 0 2 D0 54 58
Octal 305 341 372 25 12 0 2 320 124 130
Binary 11000101 11100001 11111010 10101 1010 0 10 11010000 1010100 1011000

Color Harmonies of #C5E1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E1FA

Black with #C5E1FA

Text Example


Text Example

White with #C5E1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E1FA; }

 p { color: rgb(197,225,250); }

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

background-color css

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

 a { background-color: rgb(197,225,250); }

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

border-color css

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

 span { border-color: rgb(197,225,250); }

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