Html Css Color HEX #D4F0FD Pattens Blue

📋 copy color: '#D4F0FD'

red 212 ◦ green 240 ◦ blue 253

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

Shades of Pattens Blue #D4F0FD

Tints of Pattens Blue #D4F0FD

RGB

 RED value IS 212 (83.2% from 255) = 30.07%

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

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

R = 30.07%
G = 34.04%
B = 35.89%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4F0FD (or 0xD4F0FD) is known color: Pattens Blue. HEX triplet: D4, F0 and FD. RGB value is (212,240,253). Sum of RGB (Red+Green+Blue) = 212+240+253=705 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.07% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4F0FD is #2B0F02. Grayscale: #E9E9E9. Windows color (decimal): -2821891 or 16642260. OLE color: 16642260.

HSL color Cylindrical-coordinate representation of color #D4F0FD: hue angle of 199.02º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4F0FD is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 240 253 -
CMYK 0.16 0.05 0 0.01
HSL 199.02º 0.91% 0.91% -
HSV(B) 199.02º 0.16% 0.99% -
XYZ 76.04 83.41 105.02 -
YUV 233.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 212 240 253 0.16 0.05 0 0.01 199.02 0.91 0.91
Hex D4 F0 FD 10 5 0 1 C7 5B 5B
Octal 324 360 375 20 5 0 1 307 133 133
Binary 11010100 11110000 11111101 10000 101 0 1 11000111 1011011 1011011

Color Harmonies of #D4F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F0FD

Black with #D4F0FD

Text Example


Text Example

White with #D4F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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