Html Css Color HEX #C8E2FC Pattens Blue

📋 copy color: '#C8E2FC'

red 200 ◦ green 226 ◦ blue 252

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

Shades of Pattens Blue #C8E2FC

Tints of Pattens Blue #C8E2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.33%

 BLUE value IS 252 (98.83% from 255) = 37.17%

R = 29.5%
G = 33.33%
B = 37.17%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8E2FC (or 0xC8E2FC) is known color: Pattens Blue. HEX triplet: C8, E2 and FC. RGB value is (200,226,252). Sum of RGB (Red+Green+Blue) = 200+226+252=678 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.50% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E2FC is #371D03. Grayscale: #DDDDDD. Windows color (decimal): -3611908 or 16573128. OLE color: 16573128.

HSL color Cylindrical-coordinate representation of color #C8E2FC: hue angle of 210º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8E2FC is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 226 252 -
CMYK 0.21 0.10 0 0.01
HSL 210º 0.9% 0.89% -
HSV(B) 210º 0.21% 0.99% -
XYZ 68.59 73.7 102.71 -
YUV 221.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 200 226 252 0.21 0.10 0 0.01 210 0.9 0.89
Hex C8 E2 FC 15 A 0 1 D2 5A 59
Octal 310 342 374 25 12 0 1 322 132 131
Binary 11001000 11100010 11111100 10101 1010 0 1 11010010 1011010 1011001

Color Harmonies of #C8E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E2FC

Black with #C8E2FC

Text Example


Text Example

White with #C8E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E2FC; }

 p { color: rgb(200,226,252); }

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

background-color css

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

 a { background-color: rgb(200,226,252); }

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

border-color css

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

 span { border-color: rgb(200,226,252); }

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