Html Css Color HEX #6DF2FC Baby Blue

📋 copy color: '#6DF2FC'

red 109 ◦ green 242 ◦ blue 252

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

Shades of Baby Blue #6DF2FC

Tints of Baby Blue #6DF2FC

RGB

 RED value IS 109 (42.97% from 255) = 18.08%

 GREEN value IS 242 (94.92% from 255) = 40.13%

 BLUE value IS 252 (98.83% from 255) = 41.79%

R = 18.08%
G = 40.13%
B = 41.79%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6DF2FC (or 0x6DF2FC) is known color: Baby Blue. HEX triplet: 6D, F2 and FC. RGB value is (109,242,252). Sum of RGB (Red+Green+Blue) = 109+242+252=603 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.08% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #6DF2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF2FC is #920D03. Grayscale: #CBCBCB. Windows color (decimal): -9571588 or 16577133. OLE color: 16577133.

HSL color Cylindrical-coordinate representation of color #6DF2FC: hue angle of 184.2º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DF2FC is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 242 252 -
CMYK 0.57 0.04 0 0.01
HSL 184.2º 0.96% 0.71% -
HSV(B) 184.2º 0.57% 0.99% -
XYZ 55.63 73.78 103.41 -
YUV 203.37 155.44 60.69 -
System Red Green Blue C M Y K H S L
Decimal 109 242 252 0.57 0.04 0 0.01 184.2 0.96 0.71
Hex 6D F2 FC 39 4 0 1 B8 60 47
Octal 155 362 374 71 4 0 1 270 140 107
Binary 1101101 11110010 11111100 111001 100 0 1 10111000 1100000 1000111

Color Harmonies of #6DF2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF2FC

Black with #6DF2FC

Text Example


Text Example

White with #6DF2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DF2FC; }

 p { color: rgb(109,242,252); }

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

background-color css

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

 a { background-color: rgb(109,242,252); }

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

border-color css

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

 span { border-color: rgb(109,242,252); }

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