Html Css Color HEX #C8E1FE Pattens Blue

📋 copy color: '#C8E1FE'

red 200 ◦ green 225 ◦ blue 254

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

Shades of Pattens Blue #C8E1FE

Tints of Pattens Blue #C8E1FE

RGB

 RED value IS 200 (78.52% from 255) = 29.46%

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

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

R = 29.46%
G = 33.14%
B = 37.41%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8E1FE (or 0xC8E1FE) is known color: Pattens Blue. HEX triplet: C8, E1 and FE. RGB value is (200,225,254). Sum of RGB (Red+Green+Blue) = 200+225+254=679 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.46% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E1FE is #371E01. Grayscale: #DCDCDC. Windows color (decimal): -3612162 or 16703944. OLE color: 16703944.

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

Color convert

RGB 200 225 254 -
CMYK 0.21 0.11 0 0.00
HSL 212.22º 0.96% 0.89% -
HSV(B) 212.22º 0.21% 1% -
XYZ 68.63 73.29 104.29 -
YUV 220.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 200 225 254 0.21 0.11 0 0.00 212.22 0.96 0.89
Hex C8 E1 FE 15 B 0 0 D4 60 59
Octal 310 341 376 25 13 0 0 324 140 131
Binary 11001000 11100001 11111110 10101 1011 0 0 11010100 1100000 1011001

Color Harmonies of #C8E1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E1FE

Black with #C8E1FE

Text Example


Text Example

White with #C8E1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E1FE; }

 p { color: rgb(200,225,254); }

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

background-color css

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

 a { background-color: rgb(200,225,254); }

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

border-color css

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

 span { border-color: rgb(200,225,254); }

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