Html Css Color HEX #D0EDFD Pattens Blue

📋 copy color: '#D0EDFD'

red 208 ◦ green 237 ◦ blue 253

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

Shades of Pattens Blue #D0EDFD

Tints of Pattens Blue #D0EDFD

RGB

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

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

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

R = 29.8%
G = 33.95%
B = 36.25%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0EDFD (or 0xD0EDFD) is known color: Pattens Blue. HEX triplet: D0, ED and FD. RGB value is (208,237,253). Sum of RGB (Red+Green+Blue) = 208+237+253=698 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.80% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDFD is #2F1202. Grayscale: #E6E6E6. Windows color (decimal): -3084803 or 16641488. OLE color: 16641488.

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

Color convert

RGB 208 237 253 -
CMYK 0.18 0.06 0 0.01
HSL 201.33º 0.92% 0.9% -
HSV(B) 201.33º 0.18% 0.99% -
XYZ 74.03 81.07 104.68 -
YUV 230.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 208 237 253 0.18 0.06 0 0.01 201.33 0.92 0.9
Hex D0 ED FD 12 6 0 1 C9 5C 5A
Octal 320 355 375 22 6 0 1 311 134 132
Binary 11010000 11101101 11111101 10010 110 0 1 11001001 1011100 1011010

Color Harmonies of #D0EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDFD

Black with #D0EDFD

Text Example


Text Example

White with #D0EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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