Html Css Color HEX #C8EEFC Pattens Blue

📋 copy color: '#C8EEFC'

red 200 ◦ green 238 ◦ blue 252

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

Shades of Pattens Blue #C8EEFC

Tints of Pattens Blue #C8EEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.49%

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

R = 28.99%
G = 34.49%
B = 36.52%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8EEFC (or 0xC8EEFC) is known color: Pattens Blue. HEX triplet: C8, EE and FC. RGB value is (200,238,252). Sum of RGB (Red+Green+Blue) = 200+238+252=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EEFC is #371103. Grayscale: #E4E4E4. Windows color (decimal): -3608836 or 16576200. OLE color: 16576200.

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

Color convert

RGB 200 238 252 -
CMYK 0.21 0.06 0 0.01
HSL 196.15º 0.9% 0.89% -
HSV(B) 196.15º 0.21% 0.99% -
XYZ 71.96 80.46 103.83 -
YUV 228.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 200 238 252 0.21 0.06 0 0.01 196.15 0.9 0.89
Hex C8 EE FC 15 6 0 1 C4 5A 59
Octal 310 356 374 25 6 0 1 304 132 131
Binary 11001000 11101110 11111100 10101 110 0 1 11000100 1011010 1011001

Color Harmonies of #C8EEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EEFC

Black with #C8EEFC

Text Example


Text Example

White with #C8EEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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