Html Css Color HEX #D6E6FB Pattens Blue

📋 copy color: '#D6E6FB'

red 214 ◦ green 230 ◦ blue 251

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

Shades of Pattens Blue #D6E6FB

Tints of Pattens Blue #D6E6FB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.09%

 BLUE value IS 251 (98.44% from 255) = 36.12%

R = 30.79%
G = 33.09%
B = 36.12%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6E6FB (or 0xD6E6FB) is known color: Pattens Blue. HEX triplet: D6, E6 and FB. RGB value is (214,230,251). Sum of RGB (Red+Green+Blue) = 214+230+251=695 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.79% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6E6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E6FB is #291904. Grayscale: #E3E3E3. Windows color (decimal): -2693381 or 16508630. OLE color: 16508630.

HSL color Cylindrical-coordinate representation of color #D6E6FB: hue angle of 214.05º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6E6FB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 230 251 -
CMYK 0.15 0.08 0 0.02
HSL 214.05º 0.82% 0.91% -
HSV(B) 214.05º 0.15% 0.98% -
XYZ 73.44 77.85 102.42 -
YUV 227.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 214 230 251 0.15 0.08 0 0.02 214.05 0.82 0.91
Hex D6 E6 FB F 8 0 2 D6 52 5B
Octal 326 346 373 17 10 0 2 326 122 133
Binary 11010110 11100110 11111011 1111 1000 0 10 11010110 1010010 1011011

Color Harmonies of #D6E6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E6FB

Black with #D6E6FB

Text Example


Text Example

White with #D6E6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E6FB; }

 p { color: rgb(214,230,251); }

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

background-color css

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

 a { background-color: rgb(214,230,251); }

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

border-color css

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

 span { border-color: rgb(214,230,251); }

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