Html Css Color HEX #C5EAFE Pattens Blue

📋 copy color: '#C5EAFE'

red 197 ◦ green 234 ◦ blue 254

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

Shades of Pattens Blue #C5EAFE

Tints of Pattens Blue #C5EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.16%

 BLUE value IS 254 (99.61% from 255) = 37.08%

R = 28.76%
G = 34.16%
B = 37.08%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5EAFE (or 0xC5EAFE) is known color: Pattens Blue. HEX triplet: C5, EA and FE. RGB value is (197,234,254). Sum of RGB (Red+Green+Blue) = 197+234+254=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAFE is #3A1501. Grayscale: #E1E1E1. Windows color (decimal): -3806466 or 16706245. OLE color: 16706245.

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

Color convert

RGB 197 234 254 -
CMYK 0.22 0.08 0 0.00
HSL 201.05º 0.97% 0.88% -
HSV(B) 201.05º 0.22% 1% -
XYZ 70.34 77.87 105.09 -
YUV 225.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 197 234 254 0.22 0.08 0 0.00 201.05 0.97 0.88
Hex C5 EA FE 16 8 0 0 C9 61 58
Octal 305 352 376 26 10 0 0 311 141 130
Binary 11000101 11101010 11111110 10110 1000 0 0 11001001 1100001 1011000

Color Harmonies of #C5EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EAFE

Black with #C5EAFE

Text Example


Text Example

White with #C5EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EAFE; }

 p { color: rgb(197,234,254); }

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

background-color css

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

 a { background-color: rgb(197,234,254); }

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

border-color css

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

 span { border-color: rgb(197,234,254); }

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