Html Css Color HEX #6FF2FD Baby Blue

📋 copy color: '#6FF2FD'

red 111 ◦ green 242 ◦ blue 253

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

Shades of Baby Blue #6FF2FD

Tints of Baby Blue #6FF2FD

RGB

 RED value IS 111 (43.75% from 255) = 18.32%

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

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

R = 18.32%
G = 39.93%
B = 41.75%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FF2FD (or 0x6FF2FD) is known color: Baby Blue. HEX triplet: 6F, F2 and FD. RGB value is (111,242,253). Sum of RGB (Red+Green+Blue) = 111+242+253=606 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.32% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FF2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF2FD is #900D02. Grayscale: #CBCBCB. Windows color (decimal): -9440515 or 16642671. OLE color: 16642671.

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

Color convert

RGB 111 242 253 -
CMYK 0.56 0.04 0 0.01
HSL 184.65º 0.97% 0.71% -
HSV(B) 184.65º 0.56% 0.99% -
XYZ 56.04 73.98 104.25 -
YUV 204.09 155.6 61.61 -
System Red Green Blue C M Y K H S L
Decimal 111 242 253 0.56 0.04 0 0.01 184.65 0.97 0.71
Hex 6F F2 FD 38 4 0 1 B9 61 47
Octal 157 362 375 70 4 0 1 271 141 107
Binary 1101111 11110010 11111101 111000 100 0 1 10111001 1100001 1000111

Color Harmonies of #6FF2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF2FD

Black with #6FF2FD

Text Example


Text Example

White with #6FF2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,242,253); }

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

background-color css

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

 a { background-color: rgb(111,242,253); }

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

border-color css

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

 span { border-color: rgb(111,242,253); }

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