Html Css Color HEX #C8E8FA Pattens Blue

📋 copy color: '#C8E8FA'

red 200 ◦ green 232 ◦ blue 250

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

Shades of Pattens Blue #C8E8FA

Tints of Pattens Blue #C8E8FA

RGB

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

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

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

R = 29.33%
G = 34.02%
B = 36.66%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8E8FA (or 0xC8E8FA) is known color: Pattens Blue. HEX triplet: C8, E8 and FA. RGB value is (200,232,250). Sum of RGB (Red+Green+Blue) = 200+232+250=682 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.33% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8E8FA is #371705. Grayscale: #E0E0E0. Windows color (decimal): -3610374 or 16443592. OLE color: 16443592.

HSL color Cylindrical-coordinate representation of color #C8E8FA: hue angle of 201.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8E8FA is Cyan = 0.2, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 232 250 -
CMYK 0.2 0.07 0 0.02
HSL 201.6º 0.83% 0.88% -
HSV(B) 201.6º 0.2% 0.98% -
XYZ 69.93 76.89 101.6 -
YUV 224.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 200 232 250 0.2 0.07 0 0.02 201.6 0.83 0.88
Hex C8 E8 FA 14 7 0 2 CA 53 58
Octal 310 350 372 24 7 0 2 312 123 130
Binary 11001000 11101000 11111010 10100 111 0 10 11001010 1010011 1011000

Color Harmonies of #C8E8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E8FA

Black with #C8E8FA

Text Example


Text Example

White with #C8E8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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