Html Css Color HEX #DAF0FB Pattens Blue

📋 copy color: '#DAF0FB'

red 218 ◦ green 240 ◦ blue 251

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

Shades of Pattens Blue #DAF0FB

Tints of Pattens Blue #DAF0FB

RGB

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

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

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

R = 30.75%
G = 33.85%
B = 35.4%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DAF0FB (or 0xDAF0FB) is known color: Pattens Blue. HEX triplet: DA, F0 and FB. RGB value is (218,240,251). Sum of RGB (Red+Green+Blue) = 218+240+251=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0FB is #250F04. Grayscale: #EAEAEA. Windows color (decimal): -2428677 or 16511194. OLE color: 16511194.

HSL color Cylindrical-coordinate representation of color #DAF0FB: hue angle of 200º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF0FB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 240 251 -
CMYK 0.13 0.04 0 0.02
HSL 200º 0.8% 0.92% -
HSV(B) 200º 0.13% 0.98% -
XYZ 77.49 84.19 103.43 -
YUV 234.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 218 240 251 0.13 0.04 0 0.02 200 0.8 0.92
Hex DA F0 FB D 4 0 2 C8 50 5C
Octal 332 360 373 15 4 0 2 310 120 134
Binary 11011010 11110000 11111011 1101 100 0 10 11001000 1010000 1011100

Color Harmonies of #DAF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF0FB

Black with #DAF0FB

Text Example


Text Example

White with #DAF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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