Html Css Color HEX #C8EDFE Pattens Blue

📋 copy color: '#C8EDFE'

red 200 ◦ green 237 ◦ blue 254

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

Shades of Pattens Blue #C8EDFE

Tints of Pattens Blue #C8EDFE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.3%

 BLUE value IS 254 (99.61% from 255) = 36.76%

R = 28.94%
G = 34.3%
B = 36.76%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8EDFE (or 0xC8EDFE) is known color: Pattens Blue. HEX triplet: C8, ED and FE. RGB value is (200,237,254). Sum of RGB (Red+Green+Blue) = 200+237+254=691 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.94% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EDFE is #371201. Grayscale: #E3E3E3. Windows color (decimal): -3609090 or 16707016. OLE color: 16707016.

HSL color Cylindrical-coordinate representation of color #C8EDFE: hue angle of 198.89º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8EDFE is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 237 254 -
CMYK 0.21 0.07 0 0.00
HSL 198.89º 0.96% 0.89% -
HSV(B) 198.89º 0.21% 1% -
XYZ 71.99 80 105.41 -
YUV 227.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 200 237 254 0.21 0.07 0 0.00 198.89 0.96 0.89
Hex C8 ED FE 15 7 0 0 C7 60 59
Octal 310 355 376 25 7 0 0 307 140 131
Binary 11001000 11101101 11111110 10101 111 0 0 11000111 1100000 1011001

Color Harmonies of #C8EDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EDFE

Black with #C8EDFE

Text Example


Text Example

White with #C8EDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EDFE; }

 p { color: rgb(200,237,254); }

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

background-color css

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

 a { background-color: rgb(200,237,254); }

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

border-color css

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

 span { border-color: rgb(200,237,254); }

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