Html Css Color HEX #C8EDFD Pattens Blue

📋 copy color: '#C8EDFD'

red 200 ◦ green 237 ◦ blue 253

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

Shades of Pattens Blue #C8EDFD

Tints of Pattens Blue #C8EDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.67%

R = 28.99%
G = 34.35%
B = 36.67%

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

#C8EDFD (or 0xC8EDFD) is known color: Pattens Blue. HEX triplet: C8, ED and FD. RGB value is (200,237,253). Sum of RGB (Red+Green+Blue) = 200+237+253=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EDFD is #371202. Grayscale: #E3E3E3. Windows color (decimal): -3609091 or 16641480. OLE color: 16641480.

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

Color convert

RGB 200 237 253 -
CMYK 0.21 0.06 0 0.01
HSL 198.11º 0.93% 0.89% -
HSV(B) 198.11º 0.21% 0.99% -
XYZ 71.83 79.94 104.57 -
YUV 227.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 200 237 253 0.21 0.06 0 0.01 198.11 0.93 0.89
Hex C8 ED FD 15 6 0 1 C6 5D 59
Octal 310 355 375 25 6 0 1 306 135 131
Binary 11001000 11101101 11111101 10101 110 0 1 11000110 1011101 1011001

Color Harmonies of #C8EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EDFD

Black with #C8EDFD

Text Example


Text Example

White with #C8EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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