Html Css Color HEX #C8ECFA Pattens Blue

📋 copy color: '#C8ECFA'

red 200 ◦ green 236 ◦ blue 250

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

Shades of Pattens Blue #C8ECFA

Tints of Pattens Blue #C8ECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.4%

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

R = 29.15%
G = 34.4%
B = 36.44%

CMYK

 C value IS 0.2

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8ECFA (or 0xC8ECFA) is known color: Pattens Blue. HEX triplet: C8, EC and FA. RGB value is (200,236,250). Sum of RGB (Red+Green+Blue) = 200+236+250=686 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.15% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECFA is #371305. Grayscale: #E2E2E2. Windows color (decimal): -3609350 or 16444616. OLE color: 16444616.

HSL color Cylindrical-coordinate representation of color #C8ECFA: hue angle of 196.8º 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 #C8ECFA is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 236 250 -
CMYK 0.2 0.06 0 0.02
HSL 196.8º 0.83% 0.88% -
HSV(B) 196.8º 0.2% 0.98% -
XYZ 71.07 79.17 101.98 -
YUV 226.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 200 236 250 0.2 0.06 0 0.02 196.8 0.83 0.88
Hex C8 EC FA 14 6 0 2 C5 53 58
Octal 310 354 372 24 6 0 2 305 123 130
Binary 11001000 11101100 11111010 10100 110 0 10 11000101 1010011 1011000

Color Harmonies of #C8ECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ECFA

Black with #C8ECFA

Text Example


Text Example

White with #C8ECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ECFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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