Html Css Color HEX #DAF0FD Pattens Blue

📋 copy color: '#DAF0FD'

red 218 ◦ green 240 ◦ blue 253

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

Shades of Pattens Blue #DAF0FD

Tints of Pattens Blue #DAF0FD

RGB

 RED value IS 218 (85.55% from 255) = 30.66%

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

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

R = 30.66%
G = 33.76%
B = 35.58%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAF0FD (or 0xDAF0FD) is known color: Pattens Blue. HEX triplet: DA, F0 and FD. RGB value is (218,240,253). Sum of RGB (Red+Green+Blue) = 218+240+253=711 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.66% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAF0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0FD is #250F02. Grayscale: #EAEAEA. Windows color (decimal): -2428675 or 16642266. OLE color: 16642266.

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

Color convert

RGB 218 240 253 -
CMYK 0.14 0.05 0 0.01
HSL 202.29º 0.9% 0.92% -
HSV(B) 202.29º 0.14% 0.99% -
XYZ 77.8 84.32 105.1 -
YUV 234.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 218 240 253 0.14 0.05 0 0.01 202.29 0.9 0.92
Hex DA F0 FD E 5 0 1 CA 5A 5C
Octal 332 360 375 16 5 0 1 312 132 134
Binary 11011010 11110000 11111101 1110 101 0 1 11001010 1011010 1011100

Color Harmonies of #DAF0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0FD

Black with #DAF0FD

Text Example


Text Example

White with #DAF0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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