Html Css Color HEX #C5E8FA Pattens Blue

📋 copy color: '#C5E8FA'

red 197 ◦ green 232 ◦ blue 250

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

Shades of Pattens Blue #C5E8FA

Tints of Pattens Blue #C5E8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.17%

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

R = 29.01%
G = 34.17%
B = 36.82%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5E8FA (or 0xC5E8FA) is known color: Pattens Blue. HEX triplet: C5, E8 and FA. RGB value is (197,232,250). Sum of RGB (Red+Green+Blue) = 197+232+250=679 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.01% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E8FA is #3A1705. Grayscale: #DFDFDF. Windows color (decimal): -3806982 or 16443589. OLE color: 16443589.

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

Color convert

RGB 197 232 250 -
CMYK 0.21 0.07 0 0.02
HSL 200.38º 0.84% 0.88% -
HSV(B) 200.38º 0.21% 0.98% -
XYZ 69.14 76.49 101.56 -
YUV 223.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 197 232 250 0.21 0.07 0 0.02 200.38 0.84 0.88
Hex C5 E8 FA 15 7 0 2 C8 54 58
Octal 305 350 372 25 7 0 2 310 124 130
Binary 11000101 11101000 11111010 10101 111 0 10 11001000 1010100 1011000

Color Harmonies of #C5E8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E8FA

Black with #C5E8FA

Text Example


Text Example

White with #C5E8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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