Html Css Color HEX #D5F0FD Pattens Blue

📋 copy color: '#D5F0FD'

red 213 ◦ green 240 ◦ blue 253

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

Shades of Pattens Blue #D5F0FD

Tints of Pattens Blue #D5F0FD

RGB

 RED value IS 213 (83.59% from 255) = 30.17%

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

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

R = 30.17%
G = 33.99%
B = 35.84%

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

#D5F0FD (or 0xD5F0FD) is known color: Pattens Blue. HEX triplet: D5, F0 and FD. RGB value is (213,240,253). Sum of RGB (Red+Green+Blue) = 213+240+253=706 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.17% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F0FD is #2A0F02. Grayscale: #E9E9E9. Windows color (decimal): -2756355 or 16642261. OLE color: 16642261.

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

Color convert

RGB 213 240 253 -
CMYK 0.16 0.05 0 0.01
HSL 199.5º 0.91% 0.91% -
HSV(B) 199.5º 0.16% 0.99% -
XYZ 76.33 83.56 105.03 -
YUV 233.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 213 240 253 0.16 0.05 0 0.01 199.5 0.91 0.91
Hex D5 F0 FD 10 5 0 1 C8 5B 5B
Octal 325 360 375 20 5 0 1 310 133 133
Binary 11010101 11110000 11111101 10000 101 0 1 11001000 1011011 1011011

Color Harmonies of #D5F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F0FD

Black with #D5F0FD

Text Example


Text Example

White with #D5F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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