Html Css Color HEX #C8EAFC Pattens Blue

📋 copy color: '#C8EAFC'

red 200 ◦ green 234 ◦ blue 252

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

Shades of Pattens Blue #C8EAFC

Tints of Pattens Blue #C8EAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.11%

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

R = 29.15%
G = 34.11%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8EAFC (or 0xC8EAFC) is known color: Pattens Blue. HEX triplet: C8, EA and FC. RGB value is (200,234,252). Sum of RGB (Red+Green+Blue) = 200+234+252=686 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.15% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EAFC is #371503. Grayscale: #E1E1E1. Windows color (decimal): -3609860 or 16575176. OLE color: 16575176.

HSL color Cylindrical-coordinate representation of color #C8EAFC: hue angle of 200.77º 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 #C8EAFC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 234 252 -
CMYK 0.21 0.07 0 0.01
HSL 200.77º 0.9% 0.89% -
HSV(B) 200.77º 0.21% 0.99% -
XYZ 70.81 78.15 103.45 -
YUV 225.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 200 234 252 0.21 0.07 0 0.01 200.77 0.9 0.89
Hex C8 EA FC 15 7 0 1 C9 5A 59
Octal 310 352 374 25 7 0 1 311 132 131
Binary 11001000 11101010 11111100 10101 111 0 1 11001001 1011010 1011001

Color Harmonies of #C8EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EAFC

Black with #C8EAFC

Text Example


Text Example

White with #C8EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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