Html Css Color HEX #D7ECFD Pattens Blue

📋 copy color: '#D7ECFD'

red 215 ◦ green 236 ◦ blue 253

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

Shades of Pattens Blue #D7ECFD

Tints of Pattens Blue #D7ECFD

RGB

 RED value IS 215 (84.38% from 255) = 30.54%

 GREEN value IS 236 (92.58% from 255) = 33.52%

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

R = 30.54%
G = 33.52%
B = 35.94%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7ECFD (or 0xD7ECFD) is known color: Pattens Blue. HEX triplet: D7, EC and FD. RGB value is (215,236,253). Sum of RGB (Red+Green+Blue) = 215+236+253=704 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.54% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7ECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECFD is #281302. Grayscale: #E7E7E7. Windows color (decimal): -2626307 or 16641239. OLE color: 16641239.

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

Color convert

RGB 215 236 253 -
CMYK 0.15 0.07 0 0.01
HSL 206.84º 0.9% 0.92% -
HSV(B) 206.84º 0.15% 0.99% -
XYZ 75.75 81.53 104.67 -
YUV 231.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 215 236 253 0.15 0.07 0 0.01 206.84 0.9 0.92
Hex D7 EC FD F 7 0 1 CF 5A 5C
Octal 327 354 375 17 7 0 1 317 132 134
Binary 11010111 11101100 11111101 1111 111 0 1 11001111 1011010 1011100

Color Harmonies of #D7ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ECFD

Black with #D7ECFD

Text Example


Text Example

White with #D7ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ECFD; }

 p { color: rgb(215,236,253); }

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

background-color css

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

 a { background-color: rgb(215,236,253); }

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

border-color css

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

 span { border-color: rgb(215,236,253); }

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