Html Css Color HEX #D6EDFF Pattens Blue

📋 copy color: '#D6EDFF'

red 214 ◦ green 237 ◦ blue 255

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

Shades of Pattens Blue #D6EDFF

Tints of Pattens Blue #D6EDFF

RGB

 RED value IS 214 (83.98% from 255) = 30.31%

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

 BLUE value IS 255 (100% from 255) = 36.12%

R = 30.31%
G = 33.57%
B = 36.12%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6EDFF (or 0xD6EDFF) is known color: Pattens Blue. HEX triplet: D6, ED and FF. RGB value is (214,237,255). Sum of RGB (Red+Green+Blue) = 214+237+255=706 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.31% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDFF is #291200. Grayscale: #E8E8E8. Windows color (decimal): -2691585 or 16772566. OLE color: 16772566.

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

Color convert

RGB 214 237 255 -
CMYK 0.16 0.07 0 0
HSL 206.34º 1% 0.92% -
HSV(B) 206.34º 0.16% 1% -
XYZ 76.07 82.08 106.44 -
YUV 232.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 214 237 255 0.16 0.07 0 0 206.34 1 0.92
Hex D6 ED FF 10 7 0 0 CE 64 5C
Octal 326 355 377 20 7 0 0 316 144 134
Binary 11010110 11101101 11111111 10000 111 0 0 11001110 1100100 1011100

Color Harmonies of #D6EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDFF

Black with #D6EDFF

Text Example


Text Example

White with #D6EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDFF; }

 p { color: rgb(214,237,255); }

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

background-color css

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

 a { background-color: rgb(214,237,255); }

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

border-color css

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

 span { border-color: rgb(214,237,255); }

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