Html Css Color HEX #D0EDFC Pattens Blue

📋 copy color: '#D0EDFC'

red 208 ◦ green 237 ◦ blue 252

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

Shades of Pattens Blue #D0EDFC

Tints of Pattens Blue #D0EDFC

RGB

 RED value IS 208 (81.64% from 255) = 29.84%

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

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

R = 29.84%
G = 34%
B = 36.15%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0EDFC (or 0xD0EDFC) is known color: Pattens Blue. HEX triplet: D0, ED and FC. RGB value is (208,237,252). Sum of RGB (Red+Green+Blue) = 208+237+252=697 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.84% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0EDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDFC is #2F1203. Grayscale: #E5E5E5. Windows color (decimal): -3084804 or 16575952. OLE color: 16575952.

HSL color Cylindrical-coordinate representation of color #D0EDFC: hue angle of 200.45º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0EDFC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 237 252 -
CMYK 0.17 0.06 0 0.01
HSL 200.45º 0.88% 0.9% -
HSV(B) 200.45º 0.17% 0.99% -
XYZ 73.87 81.01 103.84 -
YUV 230.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 208 237 252 0.17 0.06 0 0.01 200.45 0.88 0.9
Hex D0 ED FC 11 6 0 1 C8 58 5A
Octal 320 355 374 21 6 0 1 310 130 132
Binary 11010000 11101101 11111100 10001 110 0 1 11001000 1011000 1011010

Color Harmonies of #D0EDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDFC

Black with #D0EDFC

Text Example


Text Example

White with #D0EDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDFC; }

 p { color: rgb(208,237,252); }

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

background-color css

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

 a { background-color: rgb(208,237,252); }

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

border-color css

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

 span { border-color: rgb(208,237,252); }

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