Html Css Color HEX #6FF5FD Baby Blue

📋 copy color: '#6FF5FD'

red 111 ◦ green 245 ◦ blue 253

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

Shades of Baby Blue #6FF5FD

Tints of Baby Blue #6FF5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.23%

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

R = 18.23%
G = 40.23%
B = 41.54%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FF5FD (or 0x6FF5FD) is known color: Baby Blue. HEX triplet: 6F, F5 and FD. RGB value is (111,245,253). Sum of RGB (Red+Green+Blue) = 111+245+253=609 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.23% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FF5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF5FD is #900A02. Grayscale: #CDCDCD. Windows color (decimal): -9439747 or 16643439. OLE color: 16643439.

HSL color Cylindrical-coordinate representation of color #6FF5FD: hue angle of 183.38º 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 #6FF5FD is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 245 253 -
CMYK 0.56 0.03 0 0.01
HSL 183.38º 0.97% 0.71% -
HSV(B) 183.38º 0.56% 0.99% -
XYZ 56.94 75.78 104.55 -
YUV 205.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 111 245 253 0.56 0.03 0 0.01 183.38 0.97 0.71
Hex 6F F5 FD 38 3 0 1 B7 61 47
Octal 157 365 375 70 3 0 1 267 141 107
Binary 1101111 11110101 11111101 111000 11 0 1 10110111 1100001 1000111

Color Harmonies of #6FF5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF5FD

Black with #6FF5FD

Text Example


Text Example

White with #6FF5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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