Html Css Color HEX #DBF6FA Light Cyan

📋 copy color: '#DBF6FA'

red 219 ◦ green 246 ◦ blue 250

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

Shades of Light Cyan #DBF6FA

Tints of Light Cyan #DBF6FA

RGB

 RED value IS 219 (85.94% from 255) = 30.63%

 GREEN value IS 246 (96.48% from 255) = 34.41%

 BLUE value IS 250 (98.05% from 255) = 34.97%

R = 30.63%
G = 34.41%
B = 34.97%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DBF6FA (or 0xDBF6FA) is known color: Light Cyan. HEX triplet: DB, F6 and FA. RGB value is (219,246,250). Sum of RGB (Red+Green+Blue) = 219+246+250=715 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.63% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF6FA is #240905. Grayscale: #EEEEEE. Windows color (decimal): -2361606 or 16447195. OLE color: 16447195.

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

Color convert

RGB 219 246 250 -
CMYK 0.12 0.02 0 0.02
HSL 187.74º 0.76% 0.92% -
HSV(B) 187.74º 0.12% 0.98% -
XYZ 79.42 87.87 103.22 -
YUV 238.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 219 246 250 0.12 0.02 0 0.02 187.74 0.76 0.92
Hex DB F6 FA C 2 0 2 BC 4C 5C
Octal 333 366 372 14 2 0 2 274 114 134
Binary 11011011 11110110 11111010 1100 10 0 10 10111100 1001100 1011100

Color Harmonies of #DBF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF6FA

Black with #DBF6FA

Text Example


Text Example

White with #DBF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF6FA; }

 p { color: rgb(219,246,250); }

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

background-color css

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

 a { background-color: rgb(219,246,250); }

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

border-color css

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

 span { border-color: rgb(219,246,250); }

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