Html Css Color HEX #D6F0FD Pattens Blue

📋 copy color: '#D6F0FD'

red 214 ◦ green 240 ◦ blue 253

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

Shades of Pattens Blue #D6F0FD

Tints of Pattens Blue #D6F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.95%

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

R = 30.27%
G = 33.95%
B = 35.79%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6F0FD (or 0xD6F0FD) is known color: Pattens Blue. HEX triplet: D6, F0 and FD. RGB value is (214,240,253). Sum of RGB (Red+Green+Blue) = 214+240+253=707 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.27% from 707); Green value is 240 (94.14% from 255 or 33.95% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F0FD is #290F02. Grayscale: #E9E9E9. Windows color (decimal): -2690819 or 16642262. OLE color: 16642262.

HSL color Cylindrical-coordinate representation of color #D6F0FD: hue angle of 200º degrees, saturation: 0.91, 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 #D6F0FD is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 240 253 -
CMYK 0.15 0.05 0 0.01
HSL 200º 0.91% 0.92% -
HSV(B) 200º 0.15% 0.99% -
XYZ 76.62 83.71 105.05 -
YUV 233.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 214 240 253 0.15 0.05 0 0.01 200 0.91 0.92
Hex D6 F0 FD F 5 0 1 C8 5B 5C
Octal 326 360 375 17 5 0 1 310 133 134
Binary 11010110 11110000 11111101 1111 101 0 1 11001000 1011011 1011100

Color Harmonies of #D6F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F0FD

Black with #D6F0FD

Text Example


Text Example

White with #D6F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F0FD; }

 p { color: rgb(214,240,253); }

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

background-color css

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

 a { background-color: rgb(214,240,253); }

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

border-color css

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

 span { border-color: rgb(214,240,253); }

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