Html Css Color HEX #D6F0FB Pattens Blue

📋 copy color: '#D6F0FB'

red 214 ◦ green 240 ◦ blue 251

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

Shades of Pattens Blue #D6F0FB

Tints of Pattens Blue #D6F0FB

RGB

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

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

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

R = 30.35%
G = 34.04%
B = 35.6%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6F0FB (or 0xD6F0FB) is known color: Pattens Blue. HEX triplet: D6, F0 and FB. RGB value is (214,240,251). Sum of RGB (Red+Green+Blue) = 214+240+251=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6F0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F0FB is #290F04. Grayscale: #E9E9E9. Windows color (decimal): -2690821 or 16511190. OLE color: 16511190.

HSL color Cylindrical-coordinate representation of color #D6F0FB: hue angle of 197.84º 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 #D6F0FB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 240 251 -
CMYK 0.15 0.04 0 0.02
HSL 197.84º 0.82% 0.91% -
HSV(B) 197.84º 0.15% 0.98% -
XYZ 76.3 83.58 103.38 -
YUV 233.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 214 240 251 0.15 0.04 0 0.02 197.84 0.82 0.91
Hex D6 F0 FB F 4 0 2 C6 52 5B
Octal 326 360 373 17 4 0 2 306 122 133
Binary 11010110 11110000 11111011 1111 100 0 10 11000110 1010010 1011011

Color Harmonies of #D6F0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F0FB

Black with #D6F0FB

Text Example


Text Example

White with #D6F0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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