Html Css Color HEX #D0E9FE Pattens Blue

📋 copy color: '#D0E9FE'

red 208 ◦ green 233 ◦ blue 254

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

Shades of Pattens Blue #D0E9FE

Tints of Pattens Blue #D0E9FE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.53%

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

R = 29.93%
G = 33.53%
B = 36.55%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0E9FE (or 0xD0E9FE) is known color: Pattens Blue. HEX triplet: D0, E9 and FE. RGB value is (208,233,254). Sum of RGB (Red+Green+Blue) = 208+233+254=695 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.93% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 254 (99.61% from 255 or 36.55% from 695); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E9FE is #2F1601. Grayscale: #E3E3E3. Windows color (decimal): -3085826 or 16706000. OLE color: 16706000.

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

Color convert

RGB 208 233 254 -
CMYK 0.18 0.08 0 0.00
HSL 207.39º 0.96% 0.91% -
HSV(B) 207.39º 0.18% 1% -
XYZ 73.04 78.84 105.13 -
YUV 227.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 208 233 254 0.18 0.08 0 0.00 207.39 0.96 0.91
Hex D0 E9 FE 12 8 0 0 CF 60 5B
Octal 320 351 376 22 10 0 0 317 140 133
Binary 11010000 11101001 11111110 10010 1000 0 0 11001111 1100000 1011011

Color Harmonies of #D0E9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E9FE

Black with #D0E9FE

Text Example


Text Example

White with #D0E9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E9FE; }

 p { color: rgb(208,233,254); }

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

background-color css

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

 a { background-color: rgb(208,233,254); }

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

border-color css

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

 span { border-color: rgb(208,233,254); }

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