Html Css Color HEX #C7E5FE Pattens Blue

📋 copy color: '#C7E5FE'

red 199 ◦ green 229 ◦ blue 254

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

Shades of Pattens Blue #C7E5FE

Tints of Pattens Blue #C7E5FE

RGB

 RED value IS 199 (78.13% from 255) = 29.18%

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

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

R = 29.18%
G = 33.58%
B = 37.24%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7E5FE (or 0xC7E5FE) is known color: Pattens Blue. HEX triplet: C7, E5 and FE. RGB value is (199,229,254). Sum of RGB (Red+Green+Blue) = 199+229+254=682 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.18% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7E5FE is #381A01. Grayscale: #DEDEDE. Windows color (decimal): -3676674 or 16704967. OLE color: 16704967.

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

Color convert

RGB 199 229 254 -
CMYK 0.22 0.10 0 0.00
HSL 207.27º 0.96% 0.89% -
HSV(B) 207.27º 0.22% 1% -
XYZ 69.46 75.34 104.65 -
YUV 222.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 199 229 254 0.22 0.10 0 0.00 207.27 0.96 0.89
Hex C7 E5 FE 16 A 0 0 CF 60 59
Octal 307 345 376 26 12 0 0 317 140 131
Binary 11000111 11100101 11111110 10110 1010 0 0 11001111 1100000 1011001

Color Harmonies of #C7E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7E5FE

Black with #C7E5FE

Text Example


Text Example

White with #C7E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7E5FE; }

 p { color: rgb(199,229,254); }

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

background-color css

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

 a { background-color: rgb(199,229,254); }

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

border-color css

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

 span { border-color: rgb(199,229,254); }

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