Html Css Color HEX #D6EFFE Pattens Blue

📋 copy color: '#D6EFFE'

red 214 ◦ green 239 ◦ blue 254

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

Shades of Pattens Blue #D6EFFE

Tints of Pattens Blue #D6EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.8%

 BLUE value IS 254 (99.61% from 255) = 35.93%

R = 30.27%
G = 33.8%
B = 35.93%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6EFFE (or 0xD6EFFE) is known color: Pattens Blue. HEX triplet: D6, EF and FE. RGB value is (214,239,254). Sum of RGB (Red+Green+Blue) = 214+239+254=707 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.27% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFFE is #291001. Grayscale: #E9E9E9. Windows color (decimal): -2691074 or 16707542. OLE color: 16707542.

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

Color convert

RGB 214 239 254 -
CMYK 0.16 0.06 0 0.00
HSL 202.5º 0.95% 0.92% -
HSV(B) 202.5º 0.16% 1% -
XYZ 76.49 83.18 105.79 -
YUV 233.24 139.72 114.28 -
System Red Green Blue C M Y K H S L
Decimal 214 239 254 0.16 0.06 0 0.00 202.5 0.95 0.92
Hex D6 EF FE 10 6 0 0 CA 5F 5C
Octal 326 357 376 20 6 0 0 312 137 134
Binary 11010110 11101111 11111110 10000 110 0 0 11001010 1011111 1011100

Color Harmonies of #D6EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EFFE

Black with #D6EFFE

Text Example


Text Example

White with #D6EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EFFE; }

 p { color: rgb(214,239,254); }

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

background-color css

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

 a { background-color: rgb(214,239,254); }

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

border-color css

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

 span { border-color: rgb(214,239,254); }

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