Html Css Color HEX #D6EBFF Pattens Blue

📋 copy color: '#D6EBFF'

red 214 ◦ green 235 ◦ blue 255

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

Shades of Pattens Blue #D6EBFF

Tints of Pattens Blue #D6EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.38%

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

R = 30.4%
G = 33.38%
B = 36.22%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6EBFF (or 0xD6EBFF) is known color: Pattens Blue. HEX triplet: D6, EB and FF. RGB value is (214,235,255). Sum of RGB (Red+Green+Blue) = 214+235+255=704 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.40% from 704); Green value is 235 (92.19% from 255 or 33.38% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EBFF is #291400. Grayscale: #E6E6E6. Windows color (decimal): -2692097 or 16772054. OLE color: 16772054.

HSL color Cylindrical-coordinate representation of color #D6EBFF: hue angle of 209.27º 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 #D6EBFF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 235 255 -
CMYK 0.16 0.08 0 0
HSL 209.27º 1% 0.92% -
HSV(B) 209.27º 0.16% 1% -
XYZ 75.49 80.93 106.25 -
YUV 231 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 214 235 255 0.16 0.08 0 0 209.27 1 0.92
Hex D6 EB FF 10 8 0 0 D1 64 5C
Octal 326 353 377 20 10 0 0 321 144 134
Binary 11010110 11101011 11111111 10000 1000 0 0 11010001 1100100 1011100

Color Harmonies of #D6EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBFF

Black with #D6EBFF

Text Example


Text Example

White with #D6EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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