Html Css Color HEX #C8EBFC Pattens Blue

📋 copy color: '#C8EBFC'

red 200 ◦ green 235 ◦ blue 252

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

Shades of Pattens Blue #C8EBFC

Tints of Pattens Blue #C8EBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.21%

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

R = 29.11%
G = 34.21%
B = 36.68%

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

#C8EBFC (or 0xC8EBFC) is known color: Pattens Blue. HEX triplet: C8, EB and FC. RGB value is (200,235,252). Sum of RGB (Red+Green+Blue) = 200+235+252=687 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.11% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBFC is #371403. Grayscale: #E2E2E2. Windows color (decimal): -3609604 or 16575432. OLE color: 16575432.

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

Color convert

RGB 200 235 252 -
CMYK 0.21 0.07 0 0.01
HSL 199.62º 0.9% 0.89% -
HSV(B) 199.62º 0.21% 0.99% -
XYZ 71.1 78.72 103.54 -
YUV 226.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 200 235 252 0.21 0.07 0 0.01 199.62 0.9 0.89
Hex C8 EB FC 15 7 0 1 C8 5A 59
Octal 310 353 374 25 7 0 1 310 132 131
Binary 11001000 11101011 11111100 10101 111 0 1 11001000 1011010 1011001

Color Harmonies of #C8EBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EBFC

Black with #C8EBFC

Text Example


Text Example

White with #C8EBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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